<!DOCTYPE html>
<html class="client-nojs vector-feature-night-mode-disabled vector-feature-language-in-header-enabled vector-feature-language-in-main-page-header-disabled vector-feature-page-tools-pinned-disabled vector-feature-toc-pinned-clientpref-1 vector-feature-main-menu-pinned-disabled vector-feature-limited-width-clientpref-1 vector-feature-limited-width-content-enabled vector-feature-custom-font-size-clientpref-1 vector-feature-appearance-pinned-clientpref-1 vector-sticky-header-enabled" lang="en" dir="ltr"><head>
<meta charset="UTF-8">
<title>Text Encoding Initiative</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://en.wikipedia.org/wiki/Text_Encoding_Initiative"> <link href="./mw/ext.cite.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/ext.pygments.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.icons.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.search.codex.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/user.styles.css" rel="stylesheet" type="text/css">
<meta name="ResourceLoaderDynamicStyles" content="">
<link rel="stylesheet" type="text/css" href="./mw/site.styles.css">
<link rel="stylesheet" type="text/css" href="./mw/noscript.css">
<link rel="stylesheet" type="text/css" href="./footer.css">
<link rel="stylesheet" type="text/css" href="./vector-2022.css">
</head>
<body class="skin--responsive skin-vector skin-vector-search-vue mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-Text_Encoding_Initiative rootpage-Text_Encoding_Initiative skin-vector-2022 action-view">
<div class="mw-page-container">
<div class="mw-page-container-inner">
<div class="mw-content-container">
<main id="content" class="mw-body">
<header class="mw-body-header vector-page-titlebar">
<h1 id="firstHeading" class="firstHeading mw-first-heading">
<span id="openzim-page-title" class="mw-page-title-main"><span class="mw-page-title-main">Text Encoding Initiative</span></span>
</h1>
</header>
<a id="top"></a>
<div id="bodyContent" class="vector-body ve-init-mw-desktopArticleTarget-targetContainer" aria-labelledby="firstHeading" data-mw-ve-target-container="">
<div id="mw-content-text" class="mw-body-content mw-content-ltr" lang="en" dir="ltr"><div class="mw-content-ltr mw-parser-output" lang="en" dir="ltr">
<p class="mw-empty-elt">
</p>
<p>The <b>Text Encoding Initiative</b> (<b>TEI</b>) is a <a href="Written_language" title="Written language">text-centric</a> <a href="Community_of_practice" title="Community of practice">community of practice</a> in the <a href="List_of_academic_disciplines" class="mw-redirect" title="List of academic disciplines">academic field</a> of <a href="Digital_humanities" title="Digital humanities">digital humanities</a>, operating continuously since the 1980s. The community currently runs a mailing list, meetings and conference series, and maintains the TEI <a href="Technical_standard" title="Technical standard">technical standard</a>, a <a href="Scientific_journal" title="Scientific journal">journal</a>,<sup id="cite_ref-1" class="reference"><a href="#cite_note-1"><span class="cite-bracket">[</span>1<span class="cite-bracket">]</span></a></sup> a <a href="Wiki" title="Wiki">wiki</a>, a <a href="GitHub" title="GitHub">GitHub</a> repository and a <a href="Toolchain" title="Toolchain">toolchain</a>.
</p>
<meta property="mw:PageProp/toc">
<div class="mw-heading mw-heading2"><h2 id="TEI_guidelines">TEI guidelines</h2></div>
<p>The <i>TEI Guidelines</i> collectively define a type of <a href="XML" title="XML">XML</a> format, and are the defining output of the community of practice. The format differs from other well-known <a href="Open_file_format" title="Open file format">open formats</a> for text (such as <a href="HTML" title="HTML">HTML</a> and <a href="OpenDocument" title="OpenDocument">OpenDocument</a>) in that it is primarily semantic rather than presentational: the semantics and interpretation of every tag and attribute are specified. There are some 500 different textual components and concepts: <style data-mw-deduplicate="TemplateStyles:r886049734">
/* start https://en.wikipedia.org/ */
.mw-parser-output .monospaced{font-family:monospace,monospace}
/* end https://en.wikipedia.org/ */
</style><span class="monospaced">word</span>,<sup id="cite_ref-auto_2-0" class="reference"><a href="#cite_note-auto-2"><span class="cite-bracket">[</span>2<span class="cite-bracket">]</span></a></sup> <span class="monospaced">sentence</span>,<sup id="cite_ref-3" class="reference"><a href="#cite_note-3"><span class="cite-bracket">[</span>3<span class="cite-bracket">]</span></a></sup> <span class="monospaced">character</span>,<sup id="cite_ref-4" class="reference"><a href="#cite_note-4"><span class="cite-bracket">[</span>4<span class="cite-bracket">]</span></a></sup> <span class="monospaced">glyph</span>,<sup id="cite_ref-5" class="reference"><a href="#cite_note-5"><span class="cite-bracket">[</span>5<span class="cite-bracket">]</span></a></sup> <span class="monospaced">person</span>,<sup id="cite_ref-6" class="reference"><a href="#cite_note-6"><span class="cite-bracket">[</span>6<span class="cite-bracket">]</span></a></sup>
etc. Each is grounded in one or more academic disciplines and examples are given.
</p>
<div class="mw-heading mw-heading3"><h3 id="Technical_details">Technical details</h3></div>
<p>The standard is split into two parts, a discursive textual description with extended examples and discussion and set of tag-by-tag definitions. Schemata in most of the modern formats (<a href="Document_type_definition" title="Document type definition">DTD</a>, <a href="RELAX_NG" title="RELAX NG">RELAX NG</a> and <a href="XML_Schema_(W3C)" title="XML Schema (W3C)">XML Schema (W3C)</a>) are generated automatically from the tag-by-tag definitions. A number of tools support the production of the guidelines and the application of the guidelines to specific projects.
</p><p>A number of special tags are used to circumvent restrictions imposed by the underlying <a href="Unicode" title="Unicode">Unicode</a>; <span class="monospaced">glyph</span> to allow representation of characters that do not qualify for Unicode inclusion<sup id="cite_ref-auto_2-1" class="reference"><a href="#cite_note-auto-2"><span class="cite-bracket">[</span>2<span class="cite-bracket">]</span></a></sup> and <span class="monospaced">choice</span> to allow overcome the required strict linearity.<sup id="cite_ref-7" class="reference"><a href="#cite_note-7"><span class="cite-bracket">[</span>7<span class="cite-bracket">]</span></a></sup>
</p><p>Most users of the format do not use the complete range of tags, but produce a customisation using a project-specific subset of the tags and attributes defined by the Guidelines. The TEI defines a sophisticated customization mechanism known as ODD for this purpose. In addition to documenting and describing each TEI tag, an ODD specification specifies its content model and other usage constraints, which may be expressed using <a href="Schematron" title="Schematron">schematron</a>.
</p><p><i>TEI Lite</i> is an example of such a customization. It defines an XML-based <a href="File_format" title="File format">file format</a> for exchanging texts. It is a manageable selection from the extensive set of elements available in the full TEI Guidelines.
</p><p>As an XML-based format, TEI cannot directly deal with <a href="Overlapping_markup" title="Overlapping markup">overlapping markup</a> and non-hierarchical structures. A variety of options to represent this sort of data is suggested by the guidelines.<sup id="cite_ref-8" class="reference"><a href="#cite_note-8"><span class="cite-bracket">[</span>8<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading3"><h3 id="Examples">Examples</h3></div>
<p>The text of the TEI guidelines is rich in examples. There is also a samples page on the TEI wiki,<sup id="cite_ref-9" class="reference"><a href="#cite_note-9"><span class="cite-bracket">[</span>9<span class="cite-bracket">]</span></a></sup> which gives examples of real-world projects that expose their underlying TEI.
</p>
<div class="mw-heading mw-heading4"><h4 id="Prose_tags">Prose tags</h4></div>
<p>TEI allows texts to be marked up syntactically at any level of granularity, or mixture of granularities. For example, this paragraph (p) has been marked up into sentences (s) and clauses (cl).<sup id="cite_ref-10" class="reference"><a href="#cite_note-10"><span class="cite-bracket">[</span>10<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-highlight mw-highlight-lang-xml mw-content-ltr" dir="ltr"><pre><span class="w"> </span><span class="nt"><s></span>
<span class="w"> </span><span class="nt"><cl></span>It<span class="w"> </span>was<span class="w"> </span>about<span class="w"> </span>the<span class="w"> </span>beginning<span class="w"> </span>of<span class="w"> </span>September,<span class="w"> </span>1664,
<span class="w"> </span><span class="nt"><cl></span>that<span class="w"> </span>I,<span class="w"> </span>among<span class="w"> </span>the<span class="w"> </span>rest<span class="w"> </span>of<span class="w"> </span>my<span class="w"> </span>neighbours,
<span class="w"> </span>heard<span class="w"> </span>in<span class="w"> </span>ordinary<span class="w"> </span>discourse
<span class="w"> </span><span class="nt"><cl></span>that<span class="w"> </span>the<span class="w"> </span>plague<span class="w"> </span>was<span class="w"> </span>returned<span class="w"> </span>again<span class="w"> </span>to<span class="w"> </span>Holland;<span class="w"> </span><span class="nt"></cl></span>
<span class="w"> </span><span class="nt"></cl></span>
<span class="w"> </span><span class="nt"></cl></span>
<span class="w"> </span><span class="nt"><cl></span>for<span class="w"> </span>it<span class="w"> </span>had<span class="w"> </span>been<span class="w"> </span>very<span class="w"> </span>violent<span class="w"> </span>there,<span class="w"> </span>and<span class="w"> </span>particularly<span class="w"> </span>at
<span class="w"> </span>Amsterdam<span class="w"> </span>and<span class="w"> </span>Rotterdam,<span class="w"> </span>in<span class="w"> </span>the<span class="w"> </span>year<span class="w"> </span>1663,<span class="w"> </span><span class="nt"></cl></span>
<span class="w"> </span><span class="nt"><cl></span>whither,<span class="w"> </span><span class="nt"><cl></span>they<span class="w"> </span>say,<span class="nt"></cl></span><span class="w"> </span>it<span class="w"> </span>was<span class="w"> </span>brought,
<span class="w"> </span><span class="nt"><cl></span>some<span class="w"> </span>said<span class="nt"></cl></span><span class="w"> </span>from<span class="w"> </span>Italy,<span class="w"> </span>others<span class="w"> </span>from<span class="w"> </span>the<span class="w"> </span>Levant,<span class="w"> </span>among<span class="w"> </span>some<span class="w"> </span>goods
<span class="w"> </span><span class="nt"><cl></span>which<span class="w"> </span>were<span class="w"> </span>brought<span class="w"> </span>home<span class="w"> </span>by<span class="w"> </span>their<span class="w"> </span>Turkey<span class="w"> </span>fleet;<span class="nt"></cl></span>
<span class="w"> </span><span class="nt"></cl></span>
<span class="w"> </span><span class="nt"><cl></span>others<span class="w"> </span>said<span class="w"> </span>it<span class="w"> </span>was<span class="w"> </span>brought<span class="w"> </span>from<span class="w"> </span>Candia;
<span class="w"> </span>others<span class="w"> </span>from<span class="w"> </span>Cyprus.<span class="w"> </span><span class="nt"></cl></span>
<span class="w"> </span><span class="nt"></s></span>
<span class="w"> </span><span class="nt"><s></span>
<span class="w"> </span><span class="nt"><cl></span>It<span class="w"> </span>mattered<span class="w"> </span>not<span class="w"> </span><span class="nt"><cl></span>from<span class="w"> </span>whence<span class="w"> </span>it<span class="w"> </span>came;<span class="nt"></cl></span>
<span class="w"> </span><span class="nt"></cl></span>
<span class="w"> </span><span class="nt"><cl></span>but<span class="w"> </span>all<span class="w"> </span>agreed<span class="w"> </span><span class="nt"><cl></span>it<span class="w"> </span>was<span class="w"> </span>come<span class="w"> </span>into<span class="w"> </span>Holland<span class="w"> </span>again.<span class="nt"></cl></span>
<span class="w"> </span><span class="nt"></cl></span>
<span class="w"> </span><span class="nt"></s></span>
</pre></div>
<div class="mw-heading mw-heading4"><h4 id="Verse">Verse</h4></div>
<p>TEI has tags for marking up verse. This example (taken from the French translation of the TEI Guidelines) shows a sonnet.<sup id="cite_ref-11" class="reference"><a href="#cite_note-11"><span class="cite-bracket">[</span>11<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-highlight mw-highlight-lang-xml mw-content-ltr" dir="ltr"><pre><span class="nt"><div</span><span class="w"> </span><span class="na">type=</span><span class="s">"sonnet"</span><span class="nt">></span>
<span class="w"> </span><span class="nt"><lg</span><span class="w"> </span><span class="na">type=</span><span class="s">"quatrain"</span><span class="nt">></span>
<span class="w"> </span><span class="nt"><l></span>Les<span class="w"> </span>amoureux<span class="w"> </span>fervents<span class="w"> </span>et<span class="w"> </span>les<span class="w"> </span>savants<span class="w"> </span>austères<span class="nt"></l></span>
<span class="w"> </span><span class="nt"><l></span><span class="w"> </span>Aiment<span class="w"> </span>également,<span class="w"> </span>dans<span class="w"> </span>leur<span class="w"> </span>mûre<span class="w"> </span>saison,<span class="nt"></l></span>
<span class="w"> </span><span class="nt"><l></span><span class="w"> </span>Les<span class="w"> </span>chats<span class="w"> </span>puissants<span class="w"> </span>et<span class="w"> </span>doux,<span class="w"> </span>orgueil<span class="w"> </span>de<span class="w"> </span>la<span class="w"> </span>maison,<span class="nt"></l></span>
<span class="w"> </span><span class="nt"><l></span><span class="w"> </span>Qui<span class="w"> </span>comme<span class="w"> </span>eux<span class="w"> </span>sont<span class="w"> </span>frileux<span class="w"> </span>et<span class="w"> </span>comme<span class="w"> </span>eux<span class="w"> </span>sédentaires.<span class="nt"></l></span>
<span class="w"> </span><span class="nt"></lg></span>
<span class="w"> </span><span class="nt"><lg</span><span class="w"> </span><span class="na">type=</span><span class="s">"quatrain"</span><span class="nt">></span>
<span class="w"> </span><span class="nt"><l></span>Amis<span class="w"> </span>de<span class="w"> </span>la<span class="w"> </span>science<span class="w"> </span>et<span class="w"> </span>de<span class="w"> </span>la<span class="w"> </span>volupté<span class="nt"></l></span>
<span class="w"> </span><span class="nt"><l></span><span class="w"> </span>Ils<span class="w"> </span>cherchent<span class="w"> </span>le<span class="w"> </span>silence<span class="w"> </span>et<span class="w"> </span>l'horreur<span class="w"> </span>des<span class="w"> </span>ténèbres<span class="w"> </span>;<span class="nt"></l></span>
<span class="w"> </span><span class="nt"><l></span><span class="w"> </span>L'Érèbe<span class="w"> </span>les<span class="w"> </span>eût<span class="w"> </span>pris<span class="w"> </span>pour<span class="w"> </span>ses<span class="w"> </span>coursiers<span class="w"> </span>funèbres,<span class="nt"></l></span>
<span class="w"> </span><span class="nt"><l></span><span class="w"> </span>S'ils<span class="w"> </span>pouvaient<span class="w"> </span>au<span class="w"> </span>servage<span class="w"> </span>incliner<span class="w"> </span>leur<span class="w"> </span>fierté.<span class="nt"></l></span>
<span class="w"> </span><span class="nt"></lg></span>
<span class="w"> </span><span class="nt"><lg</span><span class="w"> </span><span class="na">type=</span><span class="s">"tercet"</span><span class="nt">></span>
<span class="w"> </span><span class="nt"><l></span>Ils<span class="w"> </span>prennent<span class="w"> </span>en<span class="w"> </span>songeant<span class="w"> </span>les<span class="w"> </span>nobles<span class="w"> </span>attitudes<span class="nt"></l></span>
<span class="w"> </span><span class="nt"><l></span>Des<span class="w"> </span>grands<span class="w"> </span>sphinx<span class="w"> </span>allongés<span class="w"> </span>au<span class="w"> </span>fond<span class="w"> </span>des<span class="w"> </span>solitudes,<span class="nt"></l></span>
<span class="w"> </span><span class="nt"><l></span>Qui<span class="w"> </span>semblent<span class="w"> </span>s'endormir<span class="w"> </span>dans<span class="w"> </span>un<span class="w"> </span>rêve<span class="w"> </span>sans<span class="w"> </span>fin<span class="w"> </span>;<span class="nt"></l></span>
<span class="w"> </span><span class="nt"></lg></span>
<span class="w"> </span><span class="nt"><lg</span><span class="w"> </span><span class="na">type=</span><span class="s">"tercet"</span><span class="nt">></span>
<span class="w"> </span><span class="nt"><l></span>Leurs<span class="w"> </span>reins<span class="w"> </span>féconds<span class="w"> </span>sont<span class="w"> </span>pleins<span class="w"> </span>d'étincelles<span class="w"> </span>magiques,<span class="nt"></l></span>
<span class="w"> </span><span class="nt"><l></span><span class="w"> </span>Et<span class="w"> </span>des<span class="w"> </span>parcelles<span class="w"> </span>d'or,<span class="w"> </span>ainsi<span class="w"> </span>qu'un<span class="w"> </span>sable<span class="w"> </span>fin,<span class="nt"></l></span>
<span class="w"> </span><span class="nt"><l></span>Étoilent<span class="w"> </span>vaguement<span class="w"> </span>leurs<span class="w"> </span>prunelles<span class="w"> </span>mystiques.<span class="nt"></l></span>
<span class="w"> </span><span class="nt"></lg></span>
<span class="nt"></div></span>
</pre></div>
<div class="mw-heading mw-heading4"><h4 id="Choice_tag">Choice tag</h4></div>
<p>The <span class="monospaced">choice</span> tag is used to represent sections of text that might be encoded or tagged in more than one possible way. In the following example, based on one in the standard, <span class="monospaced">choice</span> is used twice, once to indicate an original and a corrected number, and once to indicate an original and regularised spelling.<sup id="cite_ref-12" class="reference"><a href="#cite_note-12"><span class="cite-bracket">[</span>12<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-highlight mw-highlight-lang-xml mw-content-ltr" dir="ltr"><pre><span class="nt"><p</span><span class="w"> </span><span class="na">xml:id=</span><span class="s">"p23"</span><span class="nt">></span>Lastly,<span class="w"> </span>That,<span class="w"> </span>upon<span class="w"> </span>his<span class="w"> </span>solemn<span class="w"> </span>oath<span class="w"> </span>to<span class="w"> </span>observe<span class="w"> </span>all<span class="w"> </span>the<span class="w"> </span>above
articles,<span class="w"> </span>the<span class="w"> </span>said<span class="w"> </span>man-mountain<span class="w"> </span>shall<span class="w"> </span>have<span class="w"> </span>a<span class="w"> </span>daily<span class="w"> </span>allowance<span class="w"> </span>of
meat<span class="w"> </span>and<span class="w"> </span>drink<span class="w"> </span>sufficient<span class="w"> </span>for<span class="w"> </span>the<span class="w"> </span>support<span class="w"> </span>of<span class="w"> </span><span class="nt"><choice></span>
<span class="w"> </span><span class="nt"><sic></span>1724<span class="nt"></sic></span>
<span class="w"> </span><span class="nt"><corr></span>1728<span class="nt"></corr></span>
<span class="w"> </span><span class="nt"></choice></span><span class="w"> </span>of<span class="w"> </span>our<span class="w"> </span>subjects,
with<span class="w"> </span>free<span class="w"> </span>access<span class="w"> </span>to<span class="w"> </span>our<span class="w"> </span>royal<span class="w"> </span>person,<span class="w"> </span>and<span class="w"> </span>other<span class="w"> </span>marks<span class="w"> </span>of<span class="w"> </span>our
<span class="nt"><choice></span>
<span class="w"> </span><span class="nt"><orig></span>favour<span class="nt"></orig></span>
<span class="w"> </span><span class="nt"><reg></span>favor<span class="nt"></reg></span>
<span class="w"> </span><span class="nt"></choice></span>.
</pre></div>
<div class="mw-heading mw-heading2"><h2 id="ODD">ODD</h2></div>
<p><b>One Document Does it all</b> ("ODD") is a <a href="Literate_programming" title="Literate programming">literate programming</a> language for <a href="XML_schema" title="XML schema">XML schemas</a>.<sup id="cite_ref-13" class="reference"><a href="#cite_note-13"><span class="cite-bracket">[</span>13<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-14" class="reference"><a href="#cite_note-14"><span class="cite-bracket">[</span>14<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-15" class="reference"><a href="#cite_note-15"><span class="cite-bracket">[</span>15<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-16" class="reference"><a href="#cite_note-16"><span class="cite-bracket">[</span>16<span class="cite-bracket">]</span></a></sup>
</p><p>In literate-programming style, ODD documents combine human-readable documentation and machine-readable models using the Documentation Elements module of the Text Encoding Initiative. Tools generate <a href="Internationalization_and_localization" title="Internationalization and localization">localised and internationalised</a> <a href="HTML" title="HTML">HTML</a>, <a href="EPUB" title="EPUB">EPUB</a>, or <a href="PDF" title="PDF">PDF</a> human-readable output and <a href="Document_type_definition" title="Document type definition">DTDs</a>, <a href="XML_Schema_(W3C)" title="XML Schema (W3C)">W3C XML Schema</a>, <a href="RELAX_NG" title="RELAX NG">Relax NG</a> Compact Syntax, or Relax NG XML Syntax machine-readable output.
</p><p>The Roma web application<sup id="cite_ref-17" class="reference"><a href="#cite_note-17"><span class="cite-bracket">[</span>17<span class="cite-bracket">]</span></a></sup> is built around the ODD format and can use it to generate schemas in DTD, W3C XML Schema, Relax NG Compact Syntax, or Relax NG XML Syntax formats, as used by many XML validation tools and services.
</p><p>ODD is the format used internally by the Text Encoding Initiative for the TEI <a href="Technical_standard" title="Technical standard">technical standard</a>.<sup id="cite_ref-18" class="reference"><a href="#cite_note-18"><span class="cite-bracket">[</span>18<span class="cite-bracket">]</span></a></sup> Although ODD files generally describe the difference between a customized XML format and the full TEI model, ODD also can be used to describe XML formats that are entirely separate from the TEI. One example of this is the <a href="World_Wide_Web_Consortium" title="World Wide Web Consortium">W3C's</a> <a href="Internationalization_Tag_Set" title="Internationalization Tag Set">Internationalization Tag Set</a> which uses the ODD format to generate schemas and document its vocabulary.<sup id="cite_ref-19" class="reference"><a href="#cite_note-19"><span class="cite-bracket">[</span>19<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-20" class="reference"><a href="#cite_note-20"><span class="cite-bracket">[</span>20<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading2"><h2 id="TEI_customizations">TEI customizations</h2></div>
<p>TEI customizations are specializations of the TEI XML specification for use in particular fields or by specific communities.
</p>
<ul><li><a href="EpiDoc" title="EpiDoc">EpiDoc</a> (Epigraphic Documents)</li>
<li>Charters Encoding Initiative<sup id="cite_ref-21" class="reference"><a href="#cite_note-21"><span class="cite-bracket">[</span>21<span class="cite-bracket">]</span></a></sup></li>
<li>Medieval Nordic Text Archive (Menota)<sup id="cite_ref-22" class="reference"><a href="#cite_note-22"><span class="cite-bracket">[</span>22<span class="cite-bracket">]</span></a></sup></li></ul>
<p>Customization in the TEI is done through the ODD mechanism mentioned above. In truth since its P5 version, all so-called 'TEI Conformant' uses of the TEI Guidelines are based on a TEI customization documented in a TEI ODD file. Even when users choose one of the off-the-shelf pre-generated schemas to validate against, these have been created from freely available customization files.
</p>
<div class="mw-heading mw-heading2"><h2 id="Projects">Projects</h2></div>
<p>The format is used by many projects worldwide. Practically all projects are associated with one or more universities. Some well-known projects that encode texts using TEI include:
</p>
<table class="wikitable">
<caption>TEI projects
</caption>
<tbody><tr>
<th scope="col">Project
</th>
<th scope="col">URL
</th>
<th scope="col">Subject(s)
</th></tr>
<tr>
<th scope="row"><a href="British_National_Corpus" title="British National Corpus">British National Corpus</a>
</th>
<td><a rel="nofollow" class="external free" href="http://www.natcorp.ox.ac.uk">http://www.natcorp.ox.ac.uk</a>
</td>
<td>100-million-word snapshot of current English-language usage
</td></tr>
<tr>
<th scope="row"><a href="Oxford_Text_Archive" title="Oxford Text Archive">Oxford Text Archive</a>
</th>
<td><a rel="nofollow" class="external free" href="https://ota.bodleian.ox.ac.uk/repository/xmlui/">https://ota.bodleian.ox.ac.uk/repository/xmlui/</a>
</td>
<td>>1 GB of <a href="Language" title="Language">Linguistic</a> data and electronic texts in 25 languages
</td></tr>
<tr>
<th scope="row"><a href="Perseus_Project" class="mw-redirect" title="Perseus Project">Perseus Project</a>
</th>
<td><a rel="nofollow" class="external free" href="https://www.perseus.tufts.edu/">https://www.perseus.tufts.edu/</a>
</td>
<td><a href="Greek_language" title="Greek language">Greek</a> and <a href="Latin" title="Latin">Latin</a> texts
</td></tr>
<tr>
<th scope="row"><a href="EpiDoc" title="EpiDoc">EpiDoc</a>
</th>
<td><a rel="nofollow" class="external free" href="https://sourceforge.net/p/epidoc/wiki/Home/">https://sourceforge.net/p/epidoc/wiki/Home/</a>
</td>
<td><a href="Epigraphy" title="Epigraphy">Epigraphy</a> and <a href="Papyrology" title="Papyrology">papyrology</a>
</td></tr>
<tr>
<th scope="row"><a href="Women_Writers_Project" title="Women Writers Project">Women Writers Project</a>
</th>
<td><a rel="nofollow" class="external free" href="https://wwp.northeastern.edu/">https://wwp.northeastern.edu/</a>
</td>
<td><a href="Early_modern" class="mw-redirect" title="Early modern">Early modern</a> <a href="Women_writers" title="Women writers">women writers</a> (<a href="Margaret_Cavendish" class="mw-redirect" title="Margaret Cavendish">Margaret Cavendish</a>, <a href="Eliza_Haywood" title="Eliza Haywood">Eliza Haywood</a>, etc.)
</td></tr>
<tr>
<th scope="row"><a href="New_Zealand_Electronic_Text_Centre" class="mw-redirect" title="New Zealand Electronic Text Centre">New Zealand Electronic Text Centre</a>
</th>
<td><a rel="nofollow" class="external free" href="http://www.nzetc.org/">http://www.nzetc.org/</a>
</td>
<td><a href="New_Zealand" title="New Zealand">New Zealand</a> and <a href="Pacific_Islands" class="mw-redirect" title="Pacific Islands">Pacific Islands</a> texts
</td></tr>
<tr>
<th scope="row"><a href="The_SWORD_Project" title="The SWORD Project">The SWORD Project</a>
</th>
<td><a rel="nofollow" class="external free" href="https://www.crosswire.org/sword/">https://www.crosswire.org/sword/</a>
</td>
<td><a href="Bible_software" class="mw-redirect" title="Bible software">Bible software</a>, dictionaries, <a href="Christian_literature" title="Christian literature">Christian literature</a>
</td></tr>
<tr>
<th scope="row">FreeDict
</th>
<td><a rel="nofollow" class="external free" href="https://freedict.org/">https://freedict.org/</a>
</td>
<td>Bilingual dictionaries
</td></tr>
<tr>
<th scope="row"><a href="Text_Creation_Partnership" title="Text Creation Partnership">Text Creation Partnership</a>
</th>
<td><a rel="nofollow" class="external free" href="https://textcreationpartnership.org/">https://textcreationpartnership.org/</a>
</td>
<td>Early British and American books
</td></tr>
<tr>
<th scope="row"><a href="Corpus_of_Electronic_Texts" title="Corpus of Electronic Texts">CELT</a>
</th>
<td><a rel="nofollow" class="external free" href="https://celt.ucc.ie/publishd.html">https://celt.ucc.ie/publishd.html</a>
</td>
<td>Ancient and medieval Irish manuscripts
</td></tr>
<tr>
<th scope="row">ISTEX
</th>
<td><a rel="nofollow" class="external free" href="https://www.istex.fr/">https://www.istex.fr/</a>
</td>
<td>Archives of scientific publications
</td></tr>
<tr>
<th scope="row">CAB
</th>
<td><a rel="nofollow" class="external free" href="https://cab.geschkult.fu-berlin.de/">https://cab.geschkult.fu-berlin.de/</a>
</td>
<td>An edition of the Zoroastrian rituals of the <i><a href="Avesta" title="Avesta">Avesta</a></i>, in the <a href="Avestan" title="Avestan">Avestan</a> languages
</td></tr>
</tbody></table>
<div class="mw-heading mw-heading2"><h2 id="History">History</h2></div>
<p>Prior to the creation of TEI, humanities scholars had no common standards for encoding electronic texts in a manner that would serve their academic goals (<a href="Susan_Hockey" title="Susan Hockey">Hockey</a> 1993, p. 41). In 1987, a group of scholars representing fields in humanities, linguistics, and computing convened at Vassar College to put forth a set of guidelines known as the “Poughkeepsie Principles”. These guidelines directed the development of the first TEI standard, "P1".<sup id="cite_ref-23" class="reference"><a href="#cite_note-23"><span class="cite-bracket">[</span>23<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-24" class="reference"><a href="#cite_note-24"><span class="cite-bracket">[</span>24<span class="cite-bracket">]</span></a></sup>
</p>
<ul><li>1987 – Work started by the <a href="Association_for_Computers_and_the_Humanities" title="Association for Computers and the Humanities">Association for Computers and the Humanities</a>,<sup id="cite_ref-25" class="reference"><a href="#cite_note-25"><span class="cite-bracket">[</span>25<span class="cite-bracket">]</span></a></sup> the <a href="Association_for_Computational_Linguistics" title="Association for Computational Linguistics">Association for Computational Linguistics</a>, and the <a href="Association_for_Literary_and_Linguistic_Computing" class="mw-redirect" title="Association for Literary and Linguistic Computing">Association for Literary and Linguistic Computing</a> on what would become the TEI.<sup id="cite_ref-26" class="reference"><a href="#cite_note-26"><span class="cite-bracket">[</span>26<span class="cite-bracket">]</span></a></sup> This culminated in the <i>Closing statement of the Vassar Planning Conference</i>.<sup id="cite_ref-27" class="reference"><a href="#cite_note-27"><span class="cite-bracket">[</span>27<span class="cite-bracket">]</span></a></sup></li>
<li>1994 – TEI P3 released,<sup id="cite_ref-28" class="reference"><a href="#cite_note-28"><span class="cite-bracket">[</span>28<span class="cite-bracket">]</span></a></sup> co-edited by <a href="Lou_Burnard" title="Lou Burnard">Lou Burnard</a> (at <a href="Oxford_University" class="mw-redirect" title="Oxford University">Oxford University</a>) and <a href="Michael_Sperberg-McQueen" title="Michael Sperberg-McQueen">Michael Sperberg-McQueen</a> (then at the <a href="University_of_Illinois_at_Chicago" class="mw-redirect" title="University of Illinois at Chicago">University of Illinois at Chicago</a>, later at the <a href="W3C" class="mw-redirect" title="W3C">W3C</a>).</li>
<li>1999 – TEI P3 updated.</li>
<li>2002 – TEI P4 released, moving from SGML to XML; adoption of <a href="Unicode" title="Unicode">Unicode</a>, which XML parsers are required to support.<sup id="cite_ref-29" class="reference"><a href="#cite_note-29"><span class="cite-bracket">[</span>29<span class="cite-bracket">]</span></a></sup></li>
<li>2007 – TEI P5 released, including integration with the <code>xml:lang</code> and <code>xml:id</code> attributes from the W3C<sup id="cite_ref-30" class="reference"><a href="#cite_note-30"><span class="cite-bracket">[</span>30<span class="cite-bracket">]</span></a></sup> (these had previously been attributes in the TEI namespace), regularization of local pointing attributes to use the hash (as used in HTML) and unification of the ptr and xptr tags. Together these changes with many more new additions make P5 more regular and bring it closer to current xml practice as promoted by the W3C and as used by other XML variants. Maintenance and feature update versions of TEI P5 have been released at least twice a year since 2007.</li>
<li>2011 – TEI P5 v2.0.1 released with support for <a href="Genetic_editing" title="Genetic editing">genetic editing</a><sup id="cite_ref-31" class="reference"><a href="#cite_note-31"><span class="cite-bracket">[</span>31<span class="cite-bracket">]</span></a></sup> (among many other additions, the genetic-editing features allow encoding of texts without interpretation as to their specific semantics).</li>
<li>2017 – TEI was awarded the Antonio Zampolli Prize from the Alliance of Digital Humanities Organizations.<sup id="cite_ref-32" class="reference"><a href="#cite_note-32"><span class="cite-bracket">[</span>32<span class="cite-bracket">]</span></a></sup></li></ul>
<div class="mw-heading mw-heading2"><h2 id="References">References</h2></div>
<style data-mw-deduplicate="TemplateStyles:r1239543626">
/* start https://en.wikipedia.org/ */
.mw-parser-output .reflist{margin-bottom:0.5em;list-style-type:decimal}@media screen{.mw-parser-output .reflist{font-size:90%}}.mw-parser-output .reflist .references{font-size:100%;margin-bottom:0;list-style-type:inherit}.mw-parser-output .reflist-columns-2{column-width:30em}.mw-parser-output .reflist-columns-3{column-width:25em}.mw-parser-output .reflist-columns{margin-top:0.3em}.mw-parser-output .reflist-columns ol{margin-top:0}.mw-parser-output .reflist-columns li{page-break-inside:avoid;break-inside:avoid-column}.mw-parser-output .reflist-upper-alpha{list-style-type:upper-alpha}.mw-parser-output .reflist-upper-roman{list-style-type:upper-roman}.mw-parser-output .reflist-lower-alpha{list-style-type:lower-alpha}.mw-parser-output .reflist-lower-greek{list-style-type:lower-greek}.mw-parser-output .reflist-lower-roman{list-style-type:lower-roman}
/* end https://en.wikipedia.org/ */
</style><div class="reflist reflist-columns references-column-width" style="column-width: 30em;">
<ol class="references">
<li id="cite_note-1"><span class="mw-cite-backlink"><b><a href="#cite_ref-1">^</a></b></span> <span class="reference-text"><style data-mw-deduplicate="TemplateStyles:r1238218222">
/* start https://en.wikipedia.org/ */
.mw-parser-output cite.citation{font-style:inherit;word-wrap:break-word}.mw-parser-output .citation q{quotes:"\"""\"""'""'"}.mw-parser-output .citation:target{background-color:rgba(0,127,255,0.133)}.mw-parser-output .id-lock-free.id-lock-free a{background:url("./mw/Lock-green.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-limited.id-lock-limited a,.mw-parser-output .id-lock-registration.id-lock-registration a{background:url("./mw/Lock-gray-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-subscription.id-lock-subscription a{background:url("./mw/Lock-red-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .cs1-ws-icon a{background:url("./mw/Wikisource-logo.svg")right 0.1em center/12px no-repeat}body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-free a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-limited a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-registration a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-subscription a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .cs1-ws-icon a{background-size:contain;padding:0 1em 0 0}.mw-parser-output .cs1-code{color:inherit;background:inherit;border:none;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;color:var(--color-error,#d33)}.mw-parser-output .cs1-visible-error{color:var(--color-error,#d33)}.mw-parser-output .cs1-maint{display:none;color:#085;margin-left:0.3em}.mw-parser-output .cs1-kern-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}@media screen{.mw-parser-output .cs1-format{font-size:95%}html.skin-theme-clientpref-night .mw-parser-output .cs1-maint{color:#18911f}}@media screen and (prefers-color-scheme:dark){html.skin-theme-clientpref-os .mw-parser-output .cs1-maint{color:#18911f}}
/* end https://en.wikipedia.org/ */
</style><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://journals.openedition.org/jtei/">"Journal of the Text Encoding Initiative"</a>. <i>Open Edition Journals</i><span class="reference-accessdate">. Retrieved <span class="nowrap">29 June</span> 2022</span>.</cite></span>
</li>
<li id="cite_note-auto-2"><span class="mw-cite-backlink">^ <a href="#cite_ref-auto_2-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-auto_2-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://tei-c.org/release/doc/tei-p5-doc/en/html/ref-w.html">"TEI element w (word)"</a>. <i>tei-c.org</i>.</cite></span>
</li>
<li id="cite_note-3"><span class="mw-cite-backlink"><b><a href="#cite_ref-3">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://tei-c.org/release/doc/tei-p5-doc/en/html/ref-s.html">"TEI element s (s-unit)"</a>. <i>tei-c.org</i>.</cite></span>
</li>
<li id="cite_note-4"><span class="mw-cite-backlink"><b><a href="#cite_ref-4">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://tei-c.org/release/doc/tei-p5-doc/en/html/ref-c.html">"TEI element c (character)"</a>. <i>tei-c.org</i>.</cite></span>
</li>
<li id="cite_note-5"><span class="mw-cite-backlink"><b><a href="#cite_ref-5">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://tei-c.org/release/doc/tei-p5-doc/en/html/ref-g.html">"TEI element g (character or glyph)"</a>. <i>tei-c.org</i>.</cite></span>
</li>
<li id="cite_note-6"><span class="mw-cite-backlink"><b><a href="#cite_ref-6">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://tei-c.org/release/doc/tei-p5-doc/en/html/ref-person.html">"TEI element person (person)"</a>. <i>tei-c.org</i>.</cite></span>
</li>
<li id="cite_note-7"><span class="mw-cite-backlink"><b><a href="#cite_ref-7">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html">"Element choice"</a>. <i>www.tei-c.org</i>.</cite></span>
</li>
<li id="cite_note-8"><span class="mw-cite-backlink"><b><a href="#cite_ref-8">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://tei-c.org/release/doc/tei-p5-doc/en/html/NH.html">"20 Non-hierarchical Structures - TEI P5: — Guidelines for Electronic Text Encoding and Interchange"</a>. <i>tei-c.org</i>. 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">19 March</span> 2019</span>.</cite></span>
</li>
<li id="cite_note-9"><span class="mw-cite-backlink"><b><a href="#cite_ref-9">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://wiki.tei-c.org/index.php/Samples_of_TEI_texts">"Samples of TEI texts"</a>. <i>wiki.tei-c.org</i>. 2011<span class="reference-accessdate">. Retrieved <span class="nowrap">17 April</span> 2012</span>.</cite></span>
</li>
<li id="cite_note-10"><span class="mw-cite-backlink"><b><a href="#cite_ref-10">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/AI.html#AILCW">"17 Simple Analytic Mechanisms - TEI P5: — Guidelines for Electronic Text Encoding and Interchange"</a>. <i>tei-c.org</i>. 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">15 April</span> 2012</span>.</cite></span>
</li>
<li id="cite_note-11"><span class="mw-cite-backlink"><b><a href="#cite_ref-11">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20120606011418/http://www.tei-c.org/release/doc/tei-p5-doc/fr/html/ref-lg">"TEI element lg (groupe de vers)"</a>. <i>tei-c.org</i>. 2012. Archived from <a rel="nofollow" class="external text" href="http://www.tei-c.org/release/doc/tei-p5-doc/fr/html/ref-lg">the original</a> on 6 June 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">15 April</span> 2012</span>.</cite></span>
</li>
<li id="cite_note-12"><span class="mw-cite-backlink"><b><a href="#cite_ref-12">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html">"TEI element choice"</a>. <i>tei-c.org</i>. 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">15 April</span> 2012</span>.</cite></span>
</li>
<li id="cite_note-13"><span class="mw-cite-backlink"><b><a href="#cite_ref-13">^</a></b></span> <span class="reference-text"><cite id="CITEREFBaumanFlanders2004" class="citation conference cs1">Bauman, Syd; Flanders, Julia (2004). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20120329180310/http://conferences.idealliance.org/extreme/html/2004/Bauman01/EML2004Bauman01.html"><i>ODD customizations</i></a>. Extreme Markup Languages 2004. Archived from <a rel="nofollow" class="external text" href="http://conferences.idealliance.org/extreme/html/2004/Bauman01/EML2004Bauman01.html">the original</a> on 2012-03-29<span class="reference-accessdate">. Retrieved <span class="nowrap">2012-04-15</span></span>.</cite></span>
</li>
<li id="cite_note-14"><span class="mw-cite-backlink"><b><a href="#cite_ref-14">^</a></b></span> <span class="reference-text"><cite id="CITEREFBurnardRahtz2004" class="citation conference cs1">Burnard, Lou; <a href="Sebastian_Rahtz" title="Sebastian Rahtz">Rahtz, Sebastian</a> (2004). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20120329180319/http://conferences.idealliance.org/extreme/html/2004/Burnard01/EML2004Burnard01.html"><i>RelaxNG with Son of ODD</i></a>. Extreme Markup Languages 2004. Archived from <a rel="nofollow" class="external text" href="http://conferences.idealliance.org/extreme/html/2004/Burnard01/EML2004Burnard01.html">the original</a> on 2012-03-29<span class="reference-accessdate">. Retrieved <span class="nowrap">2012-04-15</span></span>.</cite></span>
</li>
<li id="cite_note-15"><span class="mw-cite-backlink"><b><a href="#cite_ref-15">^</a></b></span> <span class="reference-text"><cite id="CITEREFReiss2007" class="citation conference cs1">Reiss, Kevin M. (2007). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20160303234829/http://dhcommons.tamu.edu/sites/default/files/poster_208_reiss.pdf"><i>Literate Documentation for XML</i></a> <span class="cs1-format">(PDF)</span>. Digital Humanities 2007. Urbana-Champaign, Illinois. Archived from <a rel="nofollow" class="external text" href="http://dhcommons.tamu.edu/sites/default/files/poster_208_reiss.pdf">the original</a> <span class="cs1-format">(PDF)</span> on 2016-03-03<span class="reference-accessdate">. Retrieved <span class="nowrap">2012-04-15</span></span>.</cite></span>
</li>
<li id="cite_note-16"><span class="mw-cite-backlink"><b><a href="#cite_ref-16">^</a></b></span> <span class="reference-text"><cite id="CITEREFBurnardRahtz2013" class="citation journal cs1">Burnard, Lou; <a href="Sebastian_Rahtz" title="Sebastian Rahtz">Rahtz, Sebastian</a> (June 2013). <a rel="nofollow" class="external text" href="http://xmllondon.com/2013/presentations/rahtz/">"A complete schema definition language for the Text Encoding Initiative"</a>. <i>XML London 2013</i> 14: <span class="nowrap">152–</span>161. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://doi.org/10.14337%2FXMLLondon13.Rahtz01">10.14337/XMLLondon13.Rahtz01</a></span> (inactive 12 July 2025). <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a> <bdi>978-0-9926471-0-0</bdi>.</cite><span class="cs1-maint citation-comment"><code class="cs1-code">{{cite journal}}</code>: CS1 maint: DOI inactive as of July 2025 (link)</span></span>
</li>
<li id="cite_note-17"><span class="mw-cite-backlink"><b><a href="#cite_ref-17">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external text" href="https://roma2.tei-c.org/">Roma web application</a></span>
</li>
<li id="cite_note-18"><span class="mw-cite-backlink"><b><a href="#cite_ref-18">^</a></b></span> <span class="reference-text"><cite id="CITEREFBurnardBauman2007" class="citation web cs1">Burnard, Lou; Bauman, Syd, eds. (2007). <a rel="nofollow" class="external text" href="http://www.tei-c.org/Guidelines/P5/">"TEI P5: Guidelines for Electronic Text Encoding and Interchange"</a>. Charlottesville, Virginia, USA: TEI Consortium.</cite></span>
</li>
<li id="cite_note-19"><span class="mw-cite-backlink"><b><a href="#cite_ref-19">^</a></b></span> <span class="reference-text"><cite id="CITEREFLieskeSasaki2007" class="citation web cs1">Lieske, Christian; Sasaki, Felix, eds. (3 April 2007). <a rel="nofollow" class="external text" href="https://www.w3.org/TR/2007/REC-its-20070403/#spec-development">"Internationalization Tag Set (ITS) Version 1.0"</a>. World Wide Web Consortium. §1.5 Development of this specification.</cite></span>
</li>
<li id="cite_note-20"><span class="mw-cite-backlink"><b><a href="#cite_ref-20">^</a></b></span> <span class="reference-text"><cite id="CITEREFSavourelKosekIshida2008" class="citation web cs1">Savourel, Yves; Kosek, Jirka; Ishida, Richard, eds. (2008). <a rel="nofollow" class="external text" href="http://www.w3.org/TR/xml-i18n-bp/">"Best Practices for XML Internationalization"</a>. W3C Working Group. 5.2 ITS and TEI.</cite></span>
</li>
<li id="cite_note-21"><span class="mw-cite-backlink"><b><a href="#cite_ref-21">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.cei.lmu.de/">"Charters Encoding Initiative - Ludwig-Maximilians-Universität München"</a>. <i>www.cei.lmu.de</i>.</cite></span>
</li>
<li id="cite_note-22"><span class="mw-cite-backlink"><b><a href="#cite_ref-22">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.menota.org/forside.xhtml">"Medieval Nordic Text Archive (Menota)"</a>. <i>www.menota.org</i>.</cite></span>
</li>
<li id="cite_note-23"><span class="mw-cite-backlink"><b><a href="#cite_ref-23">^</a></b></span> <span class="reference-text"><cite id="CITEREFAhronheim1998" class="citation journal cs1">Ahronheim, J.R. (1998). "Descriptive metadata: Emerging standards". <i>Journal of Academic Librarianship</i>. <b>24</b> (5): <span class="nowrap">395–</span>403. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1016%2FS0099-1333%2898%2990079-9">10.1016/S0099-1333(98)90079-9</a>.</cite></span>
</li>
<li id="cite_note-24"><span class="mw-cite-backlink"><b><a href="#cite_ref-24">^</a></b></span> <span class="reference-text"><cite id="CITEREFCantara2005" class="citation journal cs1">Cantara, L. (2005). "The text-encoding initiative: Part 1". <i>OCLC Systems & Services</i>. <b>21</b> (1): <span class="nowrap">36–</span>39. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1108%2F10650750510578136">10.1108/10650750510578136</a>.</cite></span>
</li>
<li id="cite_note-25"><span class="mw-cite-backlink"><b><a href="#cite_ref-25">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://ach.org/">"The Association for Computers and the Humanities |"</a>. <i>ach.org</i>.</cite></span>
</li>
<li id="cite_note-26"><span class="mw-cite-backlink"><b><a href="#cite_ref-26">^</a></b></span> <span class="reference-text">"Historical background", <a rel="nofollow" class="external text" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/AB.html#ABTEI">section iv.2</a> of TEI P5: Guidelines for Electronic Text Encoding and Interchange.</span>
</li>
<li id="cite_note-27"><span class="mw-cite-backlink"><b><a href="#cite_ref-27">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.tei-c.org/Vault/SC/teipcp1.txt">"Closing statement of the Vassar Planning Conference"</a>. <i>tei-c.org</i>. 2009<span class="reference-accessdate">. Retrieved <span class="nowrap">15 April</span> 2012</span>.</cite></span>
</li>
<li id="cite_note-28"><span class="mw-cite-backlink"><b><a href="#cite_ref-28">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.tei-c.org/Guidelines/">"TEI Guidelines"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">2010-06-18</span></span>.</cite></span>
</li>
<li id="cite_note-29"><span class="mw-cite-backlink"><b><a href="#cite_ref-29">^</a></b></span> <span class="reference-text"><cite class="citation book cs1"><a rel="nofollow" class="external text" href="http://www.xmlnews.org/docs/xml-basics.html">"2"</a>. <i>XML Basics</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2011-07-09</span></span>.</cite></span>
</li>
<li id="cite_note-30"><span class="mw-cite-backlink"><b><a href="#cite_ref-30">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.w3.org/TR/REC-xml/">"Extensible Markup Language (XML) 1.0 (Fifth Edition)"</a>. <i>w3.org</i>.</cite></span>
</li>
<li id="cite_note-31"><span class="mw-cite-backlink"><b><a href="#cite_ref-31">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.tei-c.org/release/doc/tei-p5-doc/readme-2.0.1.html">"P5 version 2.0.1 release notes"</a>. <i>tei-c.org</i>. 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">15 April</span> 2012</span>.</cite></span>
</li>
<li id="cite_note-32"><span class="mw-cite-backlink"><b><a href="#cite_ref-32">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://tei-c.org/">"TEI: Text Encoding Initiative"</a>.</cite></span>
</li>
</ol></div>
<div class="mw-heading mw-heading2"><h2 id="External_links">External links</h2></div>
<ul><li><a rel="nofollow" class="external text" href="http://www.tei-c.org/">TEI Consortium Web site</a> with:
<ul><li>a list of <a rel="nofollow" class="external text" href="http://www.tei-c.org/Applications/">TEI projects</a>;</li>
<li>a <a rel="nofollow" class="external text" href="http://www.tei-c.org/Activities/Projects/newform.html">form for adding your project</a>;</li>
<li>a <a rel="nofollow" class="external text" href="http://www.tei-c.org/wiki/">wiki</a>;</li>
<li>the <a rel="nofollow" class="external text" href="http://journal.tei-c.org/journal/index">Journal of the TEI</a>; and</li>
<li><a rel="nofollow" class="external text" href="http://www.tei-c.org/Lite/">TEI Lite</a>: An Introduction to Text Encoding for Interchange.</li></ul></li>
<li><a rel="nofollow" class="external text" href="http://tei.oucs.ox.ac.uk/">TEI @ Oxford</a> (hosted at <a href="Oxford_University" class="mw-redirect" title="Oxford University">Oxford University</a>) with development and backup versions of much of the core content. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20210413224030/http://tei.oucs.ox.ac.uk/">Archived</a> 2021-04-13 at the <a href="Wayback_Machine" title="Wayback Machine">Wayback Machine</a>.</li>
<li><a rel="nofollow" class="external text" href="https://github.com/TEIC">TEI GitHub site</a> (hosted at <a href="GitHub" title="GitHub">GitHub</a>) with repository and issue tracker</li>
<li><a rel="nofollow" class="external text" href="http://www.arts-humanities.net/metadata_standards/text_encoding_initiative_tei">Larger list of TEI Projects</a></li>
<li><a rel="nofollow" class="external text" href="http://books.openedition.org/oep/426?lang=en">What is the TEI?</a> (Introductory overview by Lou Burnard)</li></ul>
<div class="navbox-styles"><style data-mw-deduplicate="TemplateStyles:r1129693374">
/* start https://en.wikipedia.org/ */
.mw-parser-output .hlist dl,.mw-parser-output .hlist ol,.mw-parser-output .hlist ul{margin:0;padding:0}.mw-parser-output .hlist dd,.mw-parser-output .hlist dt,.mw-parser-output .hlist li{margin:0;display:inline}.mw-parser-output .hlist.inline,.mw-parser-output .hlist.inline dl,.mw-parser-output .hlist.inline ol,.mw-parser-output .hlist.inline ul,.mw-parser-output .hlist dl dl,.mw-parser-output .hlist dl ol,.mw-parser-output .hlist dl ul,.mw-parser-output .hlist ol dl,.mw-parser-output .hlist ol ol,.mw-parser-output .hlist ol ul,.mw-parser-output .hlist ul dl,.mw-parser-output .hlist ul ol,.mw-parser-output .hlist ul ul{display:inline}.mw-parser-output .hlist .mw-empty-li{display:none}.mw-parser-output .hlist dt::after{content:": "}.mw-parser-output .hlist dd::after,.mw-parser-output .hlist li::after{content:" · ";font-weight:bold}.mw-parser-output .hlist dd:last-child::after,.mw-parser-output .hlist dt:last-child::after,.mw-parser-output .hlist li:last-child::after{content:none}.mw-parser-output .hlist dd dd:first-child::before,.mw-parser-output .hlist dd dt:first-child::before,.mw-parser-output .hlist dd li:first-child::before,.mw-parser-output .hlist dt dd:first-child::before,.mw-parser-output .hlist dt dt:first-child::before,.mw-parser-output .hlist dt li:first-child::before,.mw-parser-output .hlist li dd:first-child::before,.mw-parser-output .hlist li dt:first-child::before,.mw-parser-output .hlist li li:first-child::before{content:" (";font-weight:normal}.mw-parser-output .hlist dd dd:last-child::after,.mw-parser-output .hlist dd dt:last-child::after,.mw-parser-output .hlist dd li:last-child::after,.mw-parser-output .hlist dt dd:last-child::after,.mw-parser-output .hlist dt dt:last-child::after,.mw-parser-output .hlist dt li:last-child::after,.mw-parser-output .hlist li dd:last-child::after,.mw-parser-output .hlist li dt:last-child::after,.mw-parser-output .hlist li li:last-child::after{content:")";font-weight:normal}.mw-parser-output .hlist ol{counter-reset:listitem}.mw-parser-output .hlist ol>li{counter-increment:listitem}.mw-parser-output .hlist ol>li::before{content:" "counter(listitem)"\a0 "}.mw-parser-output .hlist dd ol>li:first-child::before,.mw-parser-output .hlist dt ol>li:first-child::before,.mw-parser-output .hlist li ol>li:first-child::before{content:" ("counter(listitem)"\a0 "}
/* end https://en.wikipedia.org/ */
</style><style data-mw-deduplicate="TemplateStyles:r1236075235">
/* start https://en.wikipedia.org/ */
.mw-parser-output .navbox{box-sizing:border-box;border:1px solid #a2a9b1;width:100%;clear:both;font-size:88%;text-align:center;padding:1px;margin:1em auto 0}.mw-parser-output .navbox .navbox{margin-top:0}.mw-parser-output .navbox+.navbox,.mw-parser-output .navbox+.navbox-styles+.navbox{margin-top:-1px}.mw-parser-output .navbox-inner,.mw-parser-output .navbox-subgroup{width:100%}.mw-parser-output .navbox-group,.mw-parser-output .navbox-title,.mw-parser-output .navbox-abovebelow{padding:0.25em 1em;line-height:1.5em;text-align:center}.mw-parser-output .navbox-group{white-space:nowrap;text-align:right}.mw-parser-output .navbox,.mw-parser-output .navbox-subgroup{background-color:#fdfdfd}.mw-parser-output .navbox-list{line-height:1.5em;border-color:#fdfdfd}.mw-parser-output .navbox-list-with-group{text-align:left;border-left-width:2px;border-left-style:solid}.mw-parser-output tr+tr>.navbox-abovebelow,.mw-parser-output tr+tr>.navbox-group,.mw-parser-output tr+tr>.navbox-image,.mw-parser-output tr+tr>.navbox-list{border-top:2px solid #fdfdfd}.mw-parser-output .navbox-title{background-color:#ccf}.mw-parser-output .navbox-abovebelow,.mw-parser-output .navbox-group,.mw-parser-output .navbox-subgroup .navbox-title{background-color:#ddf}.mw-parser-output .navbox-subgroup .navbox-group,.mw-parser-output .navbox-subgroup .navbox-abovebelow{background-color:#e6e6ff}.mw-parser-output .navbox-even{background-color:#f7f7f7}.mw-parser-output .navbox-odd{background-color:transparent}.mw-parser-output .navbox .hlist td dl,.mw-parser-output .navbox .hlist td ol,.mw-parser-output .navbox .hlist td ul,.mw-parser-output .navbox td.hlist dl,.mw-parser-output .navbox td.hlist ol,.mw-parser-output .navbox td.hlist ul{padding:0.125em 0}.mw-parser-output .navbox .navbar{display:block;font-size:100%}.mw-parser-output .navbox-title .navbar{float:left;text-align:left;margin-right:0.5em}body.skin--responsive .mw-parser-output .navbox-image img{max-width:none!important}@media print{body.ns-0 .mw-parser-output .navbox{display:none!important}}
/* end https://en.wikipedia.org/ */
</style></div><div role="navigation" class="navbox" aria-labelledby="Digital_humanities22" style="padding:3px"><table class="nowraplinks mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th scope="col" class="navbox-title" colspan="2"><style data-mw-deduplicate="TemplateStyles:r1239400231">
/* start https://en.wikipedia.org/ */
.mw-parser-output .navbar{display:inline;font-size:88%;font-weight:normal}.mw-parser-output .navbar-collapse{float:left;text-align:left}.mw-parser-output .navbar-boxtext{word-spacing:0}.mw-parser-output .navbar ul{display:inline-block;white-space:nowrap;line-height:inherit}.mw-parser-output .navbar-brackets::before{margin-right:-0.125em;content:"[ "}.mw-parser-output .navbar-brackets::after{margin-left:-0.125em;content:" ]"}.mw-parser-output .navbar li{word-spacing:-0.125em}.mw-parser-output .navbar a>span,.mw-parser-output .navbar a>abbr{text-decoration:inherit}.mw-parser-output .navbar-mini abbr{font-variant:small-caps;border-bottom:none;text-decoration:none;cursor:inherit}.mw-parser-output .navbar-ct-full{font-size:114%;margin:0 7em}.mw-parser-output .navbar-ct-mini{font-size:114%;margin:0 4em}html.skin-theme-clientpref-night .mw-parser-output .navbar li a abbr{color:var(--color-base)!important}@media(prefers-color-scheme:dark){html.skin-theme-clientpref-os .mw-parser-output .navbar li a abbr{color:var(--color-base)!important}}@media print{.mw-parser-output .navbar{display:none!important}}
/* end https://en.wikipedia.org/ */
</style><div id="Digital_humanities22" style="font-size:114%;margin:0 4em"><a href="Digital_humanities" title="Digital humanities">Digital humanities</a></div></th></tr><tr><td colspan="2" class="navbox-list navbox-odd hlist" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Computational_archaeology" title="Computational archaeology">Computational archaeology</a></li>
<li><a href="Computational_philosophy" title="Computational philosophy">Computational philosophy</a></li>
<li><a href="Computational_theory_of_mind" title="Computational theory of mind">Computational theory of mind</a></li>
<li><a href="Computers_and_writing" title="Computers and writing">Computers and writing</a></li>
<li><a href="Cultural_analytics" title="Cultural analytics">Cultural analytics</a></li>
<li><a href="Cybertext" title="Cybertext">Cybertext</a></li>
<li><a href="Digital_classics" title="Digital classics">Digital classics</a></li>
<li><a href="Digital_history" title="Digital history">Digital history</a></li>
<li><a href="Digital_library" title="Digital library">Digital library</a></li>
<li><a href="Digital_Medievalist" title="Digital Medievalist">Digital Medievalist</a></li>
<li><a href="Digital_ontology" class="mw-redirect" title="Digital ontology">Digital ontology</a></li>
<li><a href="Digital_physics" title="Digital physics">Digital physics</a></li>
<li><a href="Digital_religion" title="Digital religion">Digital religion</a></li>
<li><a href="Digital_rhetoric" title="Digital rhetoric">Digital rhetoric</a></li>
<li><a href="Digital_scholarship" title="Digital scholarship">Digital scholarship</a></li>
<li><a href="Digital_theology" title="Digital theology">Digital theology</a></li>
<li><a href="Digitization" title="Digitization">Digitization</a></li>
<li><a href="E-research" title="E-research">E-research</a></li>
<li><a href="Electronic_literature" title="Electronic literature">Electronic literature</a></li>
<li><a href="Humanistic_informatics" title="Humanistic informatics">Humanistic informatics</a></li>
<li><a href="New_media" title="New media">New media</a></li>
<li><a href="Philosophy_of_computer_science" title="Philosophy of computer science">Philosophy of computer science</a></li>
<li><a href="Semantic_Web" title="Semantic Web">Semantic Web</a></li>
<li><a href="Systems_theory" title="Systems theory">Systems theory</a></li>
<li><a href="Transliteracy" title="Transliteracy">Transliteracy</a></li></ul>
</div></td></tr></tbody></table></div>
<div class="navbox-styles"></div><div role="navigation" class="navbox" aria-labelledby="Document_markup_languages120" style="padding:3px"><table class="nowraplinks mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th scope="col" class="navbox-title" colspan="2"><div id="Document_markup_languages120" style="font-size:114%;margin:0 4em"><a href="Markup_language" title="Markup language">Document markup languages</a></div></th></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="Office_suite" class="mw-redirect" title="Office suite">Office suite</a></th><td class="navbox-list-with-group navbox-list navbox-odd hlist" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Compound_Document_Format" title="Compound Document Format">Compound Document Format</a></li>
<li><a href="Office_Open_XML" title="Office Open XML">OOXML</a>
<ul><li><a href="SpreadsheetML" title="SpreadsheetML">SpreadsheetML</a></li>
<li><a href="PresentationML" class="mw-redirect" title="PresentationML">PresentationML</a></li>
<li><a href="WordprocessingML" class="mw-redirect" title="WordprocessingML">WordprocessingML</a></li></ul></li>
<li><a href="OpenDocument" title="OpenDocument">ODF</a></li>
<li><a href="Uniform_Office_Format" title="Uniform Office Format">UOF</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Well-known</th><td class="navbox-list-with-group navbox-list navbox-even hlist" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="HTML" title="HTML">HTML</a></li>
<li><a href="XHTML" title="XHTML">XHTML</a></li>
<li><a href="MathML" title="MathML">MathML</a></li>
<li><a href="Rich_Text_Format" title="Rich Text Format">RTF</a></li>
<li><a href="TeX" title="TeX">TeX</a></li>
<li><a href="LaTeX" title="LaTeX">LaTeX</a></li>
<li><a href="Markdown" title="Markdown">Markdown</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Lesser-known</th><td class="navbox-list-with-group navbox-list navbox-odd hlist" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="AmigaGuide" title="AmigaGuide">AmigaGuide</a></li>
<li><a href="AsciiDoc" title="AsciiDoc">AsciiDoc</a></li>
<li><a href="BBCode" title="BBCode">BBCode</a></li>
<li><a href="Chemical_Markup_Language" title="Chemical Markup Language">CML</a></li>
<li><a href="C-HTML" class="mw-redirect" title="C-HTML">C-HTML</a></li>
<li><a href="ConTeXt" title="ConTeXt">ConTeXt</a></li>
<li><a href="CrossMark" class="mw-redirect" title="CrossMark">CrossMark</a></li>
<li><a href="Darwin_Information_Typing_Architecture" title="Darwin Information Typing Architecture">DITA</a></li>
<li><a href="DocBook" title="DocBook">DocBook</a></li>
<li><a href="Encoded_Archival_Description" title="Encoded Archival Description">EAD</a></li>
<li><a href="Enriched_text" title="Enriched text">Enriched text</a></li>
<li><a href="FHTML" title="FHTML">FHTML</a></li>
<li><a href="List_of_document_markup_languages#GML_Disambiguation" title="List of document markup languages">GML</a></li>
<li><a href="GuideML" class="mw-redirect" title="GuideML">GuideML</a></li>
<li><a href="Handheld_Device_Markup_Language" title="Handheld Device Markup Language">HDML</a></li>
<li><a href="HyTime" title="HyTime">HyTime</a></li>
<li><a href="Information_Presentation_Facility" title="Information Presentation Facility">IPF</a></li>
<li><a href="LilyPond" title="LilyPond">LilyPond</a></li>
<li><a href="LinuxDoc" title="LinuxDoc">LinuxDoc</a></li>
<li>Lout</li>
<li><a href="Maker_Interchange_Format" class="mw-redirect" title="Maker Interchange Format">MIF</a></li>
<li><a href="Microsoft_Assistance_Markup_Language" title="Microsoft Assistance Markup Language">MAML</a></li>
<li><a href="Music_Encoding_Initiative" title="Music Encoding Initiative">MEI</a></li>
<li><a href="MusicXML" title="MusicXML">MusicXML</a></li>
<li><a href="OMDoc" title="OMDoc">OMDoc</a></li>
<li><a href="OpenMath" title="OpenMath">OpenMath</a></li>
<li><a href="Org-mode" title="Org-mode">Org-mode</a></li>
<li><a href="Plain_Old_Documentation" title="Plain Old Documentation">POD</a></li>
<li><a href="ReStructuredText" title="ReStructuredText">ReStructuredText</a></li>
<li><a href="RTML" title="RTML">RTML</a></li>
<li><a href="Revisable-Form_Text" class="mw-redirect" title="Revisable-Form Text">RFT</a></li>
<li><a href="S1000D" title="S1000D">S1000D</a></li>
<li><a href="Setext" title="Setext">Setext</a></li>
<li><a href="Texinfo" title="Texinfo">Texinfo</a></li>
<li><a href="Troff" title="Troff">troff</a></li>
<li><a href="Wiki#Editing" title="Wiki">Wikitext</a></li>
<li><a href="Wireless_Markup_Language" title="Wireless Markup Language">WML</a></li>
<li><a href="WapTV" title="WapTV">WapTV</a></li>
<li><a href="Extensible_Application_Markup_Language" title="Extensible Application Markup Language">XAML</a></li></ul>
</div></td></tr><tr><td class="navbox-abovebelow" colspan="2"><div><a href="List_of_document_markup_languages" title="List of document markup languages">List of document markup languages</a></div></td></tr></tbody></table></div>
<div class="navbox-styles"><style data-mw-deduplicate="TemplateStyles:r1038841319">
/* start https://en.wikipedia.org/ */
.mw-parser-output .tooltip-dotted{border-bottom:1px dotted;cursor:help}
/* end https://en.wikipedia.org/ */
</style></div><div role="navigation" class="navbox authority-control" aria-labelledby="Authority_control_databases_frameless&#124;text-top&#124;10px&#124;alt=Edit_this_at_Wikidata&#124;link=https&#58;//www.wikidata.org/wiki/Q780920#identifiers&#124;class=noprint&#124;Edit_this_at_Wikidata1264" style="padding:3px"><table class="nowraplinks hlist mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th scope="col" class="navbox-title" colspan="2"><div id="Authority_control_databases_frameless&#124;text-top&#124;10px&#124;alt=Edit_this_at_Wikidata&#124;link=https&#58;//www.wikidata.org/wiki/Q780920#identifiers&#124;class=noprint&#124;Edit_this_at_Wikidata1264" style="font-size:114%;margin:0 4em">Authority control databases </div></th></tr><tr><th scope="row" class="navbox-group" style="width:1%">International</th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"><ul><li><span class="uid"><a rel="nofollow" class="external text" href="https://viaf.org/viaf/262867947">VIAF</a></span></li></ul></div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">National</th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em"><ul><li><span class="uid"><a rel="nofollow" class="external text" href="https://d-nb.info/gnd/4742996-3">Germany</a></span><ul><li><span class="uid"><a rel="nofollow" class="external text" href="https://d-nb.info/gnd/16254800-X">2</a></span></li></ul></li><li><span class="uid"><a rel="nofollow" class="external text" href="https://id.loc.gov/authorities/nr94030061">United States</a></span></li><li><span class="uid"><span class="rt-commentedText tooltip tooltip-dotted" title="Text Encoding Initiative"><a rel="nofollow" class="external text" href="https://aleph.nkp.cz/F/?func=find-c&local_base=aut&ccl_term=ica=ko2013742082&CON_LNG=ENG">Czech Republic</a></span></span></li><li><span class="uid"><a rel="nofollow" class="external text" href="https://authority.bibsys.no/authority/rest/authorities/html/90771605">Norway</a></span></li></ul></div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Other</th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"><ul><li><span class="uid"><a rel="nofollow" class="external text" href="https://www.idref.fr/153773960">IdRef</a></span></li><li><span class="uid"><a rel="nofollow" class="external text" href="https://lux.collections.yale.edu/view/concept/5cbdb6ed-ff1f-4599-89c4-ed80e4948a79">Yale LUX</a></span></li></ul></div></td></tr></tbody></table></div></div><!--htdig_noindex--><div><div class="zim-footer">
This article is issued from <a class="external text" title="Last edited on 2025-07-12" href="https://en.wikipedia.org/wiki/?title=Text_Encoding_Initiative&oldid=1300143201">Wikipedia</a>. The text is available under <a class="external text" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">Creative Commons Attribution-Share Alike 4.0</a> unless otherwise noted. Additional terms may apply for the media files.
</div>
</div><!--/htdig_noindex--></div>
</div>
</main>
</div>
</div>
</div>
</body></html>